ReadOnlyKeyedObservableCollection<TItem,TKey>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | ReadOnlyKeyedObservableCollection<TItem,TKey> コンストラクタ | 新しい ReadOnlyKeyedObservableCollection<TItem,TKey> を初期化します。 |
名前 | 解説 | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ReadOnlyCollection instance. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。 |
![]() | Item | 指定したキーがある項目を返します。 |
名前 | 解説 | |
---|---|---|
![]() | Items | Returns the IList that the ReadOnlyCollection wraps. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | Contains | Determines whether an element is in the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。 |
![]() | ContainsKey | 指定したキーの項目がコレクションにあるかどうかを示します。 |
![]() | CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。 |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。 |
![]() | IndexOfKey | 指定したキーの項目のインデックスを返します。なければ null を返します。 |
![]() | TryGetItem | 指定したキーの値を取得します。 |